home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-01-27 | 503 b | 17 lines |
- # Manx makefile for dbuff.gels. This is an int == 32 bits build. Note that
- # the +l flag specifies this and the -S flag tells it to shut up about
- # ptr/int assignment problems. DCW.
-
- CFLAGS = +l -S
- OBJS = dbuff.gels.o geltools.o
-
- dbuff.gels: $(OBJS)
- ln -o dbuff.gels $(OBJS) -lc32
-
- # Manx doesn't like more than one dot in a filename!
- dbuff.gels.o: dbuff.gels.c
- cc $(CFLAGS) dbuff.gels.c
-
- #Neither does Lattice C! Change filenames to underbars:
- dbuff_gels.c, or the quad file will ne'er be found.
-